Quote Originally Posted by dra
Code:
         char array[] = { 'a', 'b', 'c' };

         s << array;

         string d = s.str();
array is not a string. As such, you cannot treat it like it is.

[edit] Bah. Should have read the entire thread first. Someone got here first. :P [/edit]

Quzah.